home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: New Zealand Amiga Users Group / New Zealand Amiga Users Group Newsdisk v03 (1987-02)(NZAmigaUG).zip / New Zealand Amiga Users Group Newsdisk v03 (1987-02)(NZAmigaUG).adf / BASIC / Contour.Readme < prev    next >
Text File  |  1993-12-02  |  2KB  |  58 lines

  1.  
  2.    CONTOUR is based on a routine CONDOT from BYTE, Nov 1883, which will
  3. draw dotted contours for a table of observations. By making the scale fine
  4. enough, the dotted contours merge into lines.
  5.  
  6.    Contour runs as an AmigaBasic program, and is started in the standard
  7. way for Basic programs. It then asks a series of questions about what you
  8. want plotted, and how, then it plots. Because it has a bug at present of not
  9. properly synchronising the vertical contour to the scale, there are various
  10. tidying up things that arent yet done.
  11.  
  12.  File: The file to be plotted can be anywhere, but if not on the same
  13.        subdirectory  as CONTOUR, must have enough pathname for BASIC to
  14.       find it.
  15.          The file is ASCII, & must be formatted as follows:-
  16.  
  17.                            column
  18.  
  19.          0     1    2    3    4    5   .....
  20.  
  21.          1
  22.          2          data
  23.   row    3
  24.          4
  25.          .
  26.          .
  27.             row 0/column 0 - contain the physical values of the data in
  28.                            the column/row.
  29.                   eg, y0-col may contain distances in N dirn
  30.                       x0-row may contain distances in E dirn
  31.                       the data might be heights above datum, at those coords
  32.  
  33.     The file would normally be made under ED, or fed in from a foriegn
  34. source, or however you like.
  35.  
  36.      A file to try with, called TESTCONTOUR, is available on this disk.
  37. TESTCONTOUR is a frequency of observation of various observations of
  38. simultaneous vapour pressures and air temperature, at some place. It gives
  39. a slightly lumpy topleft edge because the cell sizeis a bit coarse.
  40.  
  41. Scale names are user choice - make them short because there isn't much room.
  42.  
  43. Choose x- and y- ranges as you feel. The program is supposed to be able to
  44. cope with your choice lying outside or inside the table values in the data
  45. file. But you may have to shovel the graph up or down after you have had a
  46. try.
  47.  
  48. S2, S3 -- these unexplained symbols refer to the fineness of dot plotting.
  49.          - try 0.2, 0.2 as a first try,  then smaller numbers later if the
  50.          result is too coarse. Plotting will then take longer.
  51.  
  52. Any further explanations will be added in a cleaned-up version designed to
  53.  help easier trial plotting, and perhaps an on-board printer handler.
  54.  
  55.                           H.A.Trethowen
  56.  
  57.  
  58.